Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1PagedDataCollection<T> Class / PageSize Property

In This Topic
    PageSize Property (C1PagedDataCollection<T>)
    In This Topic
    Gets or sets the maximum number of items per page.
    Syntax
    'Declaration
     
    
    Public Overrides Property PageSize As Integer
    public override int PageSize {get; set;}
    See Also